home *** CD-ROM | disk | FTP | other *** search
- | !Run for Tetris by SICK
- IconSprites <obey$dir>.!Sprites
-
- | ************************************************************************
- | Uncomment the following line if you do not want the Enhancer module killed
- | ************************************************************************
- |SetEval Enhancer$MusicFixed 1
-
- |
- | Set TetrisMemSize variable according to how much memory you have.
- |
- /<Obey$Dir>.Utils.MemCheck
-
- |
- | If you have only .5 meg, then won't work.
- |
- IF TetrisMemSize = 524288 Then Error 0 Tetris needs at least a 1 Meg machine to run.
-
- |
- | You have enough memory to be Desktop friendlyish.
- |
- UnSet TetrisMemSize
-
- |
- | Load in MemAlloc
- |
- RmLoad <Obey$Dir>.Utils.MemAlloc
-
- |
- | Set up memory allocation to what the game needs
- |
- ScreenSize 160 Error 1 Game needs exactly ScreenSize 160K to start up
- RmKill MemAlloc
- WimpSlot -min 576K -max 576K
- Set Tert$Dir <Obey$Dir>
-
- |
- | Run the game
- |
- /<Tert$Dir>.!Piccy
-